From: Chong Yidong Date: Mon, 28 Sep 2009 00:59:27 +0000 (+0000) Subject: eieio.el: Fix last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10263 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6af0bb251b5679f5513d79dd14970efa3909df00;p=emacs.git eieio.el: Fix last change. --- diff --git a/lisp/emacs-lisp/eieio.el b/lisp/emacs-lisp/eieio.el index 8c293cce54f..bd318278018 100644 --- a/lisp/emacs-lisp/eieio.el +++ b/lisp/emacs-lisp/eieio.el @@ -2734,15 +2734,6 @@ Optional argument NOESCAPE is passed to `prin1-to-string' when appropriate." ) ) -(eval-after-load "cedet-edebug" - '(progn - (cedet-edebug-add-print-override '(class-p object) '(class-name object) ) - (cedet-edebug-add-print-override '(eieio-object-p object) '(object-print object) ) - (cedet-edebug-add-print-override '(and (listp object) - (or (class-p (car object)) (eieio-object-p (car object)))) - '(cedet-edebug-prin1-recurse object) ) - )) - ;;; Interfacing with imenu in emacs lisp mode ;; (Only if the expression is defined) ;;